Skip to content

Commit

Permalink
bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Jun 16, 2018
1 parent 4e650e9 commit 30d7dc7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dependency_injection.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
from collections import namedtuple


__version__ = '1.1.0-dev'
__version__ = '1.2.0'

CLASSY_TYPES = (type(object),)
if sys.version_info < (3,):
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.1.0-dev'
release = '1.2.0'
# The short X.Y version.
version = release.split('-', 1)[0]

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
author_email='team@aspen.io',
description='This library defines a helper for building a dependency injection framework.',
url='https://dependency-injection-py.readthedocs.org/',
version='1.1.0-dev',
version='1.2.0',
py_modules=['dependency_injection'],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

3 comments on commit 30d7dc7

@Changaco
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chadwhitacre I'm not a maintainer of the dependency_injection package on PyPI, so I can't upload this new release.

@chadwhitacre
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try now? Should have perms ...

@Changaco
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.