Skip to content

Commit

Permalink
Bump version: 0.1.2 → 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cchurch committed Apr 17, 2018
1 parent 67cd525 commit 2cf7cd3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
commit = True
current_version = 0.1.1
current_version = 0.1.3
tag = True
tag_name = {new_version}

Expand Down
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@ language: python
python: "3.6"
install: make requirements
script: make tox

addons:
apt:
sources:
- deadsnakes
packages:
- python3.5
2 changes: 1 addition & 1 deletion admin_object_actions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.1.1'
__version__ = '0.1.3'

default_app_config = 'admin_object_actions.apps.AdminObjectActionsConfig'
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = 'Nine More Minutes, Inc.'

# The short X.Y version
version = '0.1.1'
version = '0.1.3'
# The full version, including alpha/beta/rc tags
release = '0.1.1'
release = '0.1.3'


# -- General configuration ---------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
'Development Status :: 3 - Alpha',
'Environment :: Web Environment',
'Framework :: Django',
'Framework :: Django :: 1.10',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 2cf7cd3

Please sign in to comment.