~netlandish/django-wiki

994c1f41e4e2fcb015db035e39439a7fea1d0357 — Benjamin Balder Bach 4 years ago f19f3e5 + 22dd79d
Merge pull request #1025 from benjaoming/master

Bump to 0.6b1
M README.rst => README.rst +1 -1
@@ 24,7 24,7 @@ The below table explains which Django versions are supported.
+------------------+----------------+--------------+
| Release          | Django         | Upgrade from |
+==================+================+==============+
| 0.6.dev          | 2.1, 2.2, 3.0  | 0.5          |
| 0.6b1            | 2.1, 2.2, 3.0  | 0.5          |
+------------------+----------------+--------------+
| 0.5.x            | 2.1, 2.2, 3.0  | 0.4          |
+------------------+----------------+--------------+

M docs/release_notes.rst => docs/release_notes.rst +2 -2
@@ 12,8 12,8 @@ Release plan
* **0.6.x (unreleased)** Targets Bootstrap v4, if you are interested in this work, please get in touch on Github!


0.6.dev
-------
0.6b1
-----

Added
~~~~~

M setup.py => setup.py +1 -0
@@ 55,6 55,7 @@ extras_requirements = {
    "devel": development_requirements,
    "test": test_requirements,
    "testlint": test_lint_requirements,
    "transifex": ["transifex-client"],
}

setup(

M src/wiki/__init__.py => src/wiki/__init__.py +1 -1
@@ 19,5 19,5 @@ from wiki.core.version import get_version

default_app_config = "wiki.apps.WikiConfig"

VERSION = (0, 6, 0, "alpha", 0)
VERSION = (0, 6, 0, "beta", 1)
__version__ = get_version(VERSION)

A src/wiki/locale/el/LC_MESSAGES/django.mo => src/wiki/locale/el/LC_MESSAGES/django.mo +0 -0
M src/wiki/locale/es/LC_MESSAGES/django.mo => src/wiki/locale/es/LC_MESSAGES/django.mo +0 -0
M src/wiki/locale/ja/LC_MESSAGES/django.mo => src/wiki/locale/ja/LC_MESSAGES/django.mo +0 -0
M src/wiki/locale/ro/LC_MESSAGES/django.mo => src/wiki/locale/ro/LC_MESSAGES/django.mo +0 -0
A src/wiki/locale/sv/LC_MESSAGES/django.mo => src/wiki/locale/sv/LC_MESSAGES/django.mo +0 -0