Skip to content

Commit

Permalink
Bump version: 0.2.1 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rivol committed May 23, 2018
1 parent dccfbfa commit 5d93ae8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
History
=======

0.3.0 (in development)
----------------------
0.3.0 (2018-05-23)
------------------

* Add Usage section to README (to make starting up easier)
* Most ``REST_FRAMEWORK`` settings are now automatically configured by Thorgate API Core.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.1
current_version = 0.3.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/thorgate/tg-apicore',
version='0.2.1',
version='0.3.0',
zip_safe=False,
)
2 changes: 1 addition & 1 deletion tg_apicore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__author__ = """Thorgate"""
__email__ = 'code@thorgate.eu'
__version__ = '0.2.1'
__version__ = '0.3.0'

default_app_config = 'tg_apicore.apps.TgApicoreConfig'

0 comments on commit 5d93ae8

Please sign in to comment.