Skip to content

Commit 27da118

Browse files
committed
Bump the year
1 parent 259f711 commit 27da118

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bpython/args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def parse(args, extras=None, ignore_stdin=False):
8484
if options.version:
8585
print 'bpython version', __version__,
8686
print 'on top of Python', sys.version.split()[0]
87-
print ('(C) 2008-2012 Bob Farrell, Andreas Stuehrk et al. '
87+
print ('(C) 2008-2014 Bob Farrell, Andreas Stuehrk et al. '
8888
'See AUTHORS for detail.')
8989
raise SystemExit
9090

doc/sphinx/source/conf.py

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

3939
# General information about the project.
4040
project = u'bpython'
41-
copyright = u'2008-2012 Bob Farrell, Andreas Stuehrk et al.'
41+
copyright = u'2008-2014 Bob Farrell, Andreas Stuehrk et al.'
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

0 commit comments

Comments
 (0)