Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
charliequinn-skyscanner committed Sep 3, 2020
1 parent 4bcd504 commit 0fbf964
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.2.0
commit = True
tag = True

Expand All @@ -8,3 +8,4 @@ tag = True
[bumpversion:file:docs/conf.py]

[bumpversion:file:src/litmos/__init__.py]

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
year = '2005-2016'
author = 'Charlie Quinn'
copyright = '{0}, {1}'.format(year, author)
version = release = '1.1.0'
version = release = '1.2.0'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(*names, **kwargs):

setup(
name='litmos-api',
version='1.1.0',
version='1.2.0',
license='BSD',
description='Python client for Litmos (LMS) API',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/litmos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from litmos.course import Course
from litmos.course_module import CourseModule

__version__ = "1.1.0"
__version__ = "1.2.0"


class Litmos(object):
Expand Down

0 comments on commit 0fbf964

Please sign in to comment.