Skip to content

Commit 57bb29f

Browse files
committed
Bumped version and copyright statement
1 parent a389678 commit 57bb29f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@
3838

3939
# General information about the project.
4040
project = u'github-cli'
41-
copyright = u'2009-2010, Sander Smits'
41+
copyright = u'2009-2012, Sander Smits'
4242

4343
# The version info for the project you're documenting, acts as replacement for
4444
# |version| and |release|, also used in various other places throughout the
4545
# built documents.
4646
#
4747
# The short X.Y version.
48-
version = '0.3'
48+
version = '1.0'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '0.3.0'
50+
release = '1.0.0'
5151

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

src/github/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Borrowed from `fabric`.
99
"""
1010

11-
VERSION = (0, 3, 0, 'final', 0)
11+
VERSION = (1, 0, 0, 'final', 0)
1212

1313

1414
def get_version(form='short'):

0 commit comments

Comments
 (0)