Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
Bump version: 0.2.1 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alikins committed Nov 8, 2018
1 parent 23ba54a commit fbb85a1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion ansible_galaxy/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.1'
__version__ = '0.3.0'
2 changes: 1 addition & 1 deletion ansible_galaxy_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.1'
__version__ = '0.3.0'
30 changes: 15 additions & 15 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[bumpversion]
current_version = 0.3.0
commit = True
tag = True

[metadata]
name = mazer
description = Ansible content manager
author = Red Hat, Inc.
author_email = info@ansible.com
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Natural Language :: English
Programming Language :: Python :: 2
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6

[bumpversion]
current_version = 0.2.1
commit = True
tag = True
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Natural Language :: English
Programming Language :: Python :: 2
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6

[bumpversion:file:setup.py]
search = version='{current_version}'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/ansible/galaxy-cli',
version='0.2.1',
version='0.3.0',
zip_safe=False,
)

0 comments on commit fbb85a1

Please sign in to comment.