Skip to content

Commit

Permalink
Bump version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Jun 26, 2020
1 parent b82d3fa commit aab6be5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -10,8 +10,8 @@
project = u'Confuse'
copyright = u'2012, Adrian Sampson'

version = '0.1'
release = '0.1.0'
version = '1.2'
release = '1.2.0'

exclude_patterns = ['_build']

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -71,7 +71,7 @@ def _read(fn):

setup(
name='confuse',
version='1.1.0',
version='1.2.0',
description='painless YAML configuration',
author='Adrian Sampson',
author_email='adrian@radbox.org',
Expand Down

0 comments on commit aab6be5

Please sign in to comment.