Skip to content

Commit c11d196

Browse files
committed
Bump
1 parent 2830c25 commit c11d196

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016 Derek Stegelman
3+
Copyright (c) 2016 - 2018 Derek Stegelman
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
# built documents.
6363
#
6464
# The short X.Y version.
65-
version = u'1.2.3'
65+
version = u'1.2.5'
6666
# The full version, including alpha/beta/rc tags.
67-
release = u'1.2.3'
67+
release = u'1.2.5'
6868

6969
# The language for content autogenerated by Sphinx. Refer to documentation
7070
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
setup(name='rocket-python',
5-
version='1.2.4',
5+
version='1.2.5',
66
description="RocketChat API with Python",
77
long_description=open("README.md", "r").read(),
88
classifiers=[

0 commit comments

Comments
 (0)