Skip to content

Commit

Permalink
Bump version: 2.1.1 → 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballs committed Aug 9, 2017
1 parent ca67b4c commit 5bcffc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.1
current_version = 2.1.2
tag = True
commit = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@

setup(
name='conference-scheduler',
version='2.1.1',
version='2.1.2',
packages=find_packages('src'),
package_dir={'': 'src'},
url='https://github.com/PyconUK/ConferenceScheduler',
Expand Down

0 comments on commit 5bcffc0

Please sign in to comment.