Skip to content

Commit

Permalink
Merge branch 'release/1.7.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Feb 16, 2012
2 parents 7a3de35 + 1607c9b commit 9b70199
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,6 +1,6 @@
Copyright (c) 2007 Ian Bicking and Contributors
Copyright (c) 2009 Ian Bicking, The Open Planning Project
Copyright (c) 2011 The virtualenv developers
Copyright (c) 2011-2012 The virtualenv developers

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -35,14 +35,14 @@

# General substitutions.
project = 'virtualenv'
copyright = '2007-2011, Ian Bicking, The Open Planning Project, The virtualenv developers'
copyright = '2007-2012, Ian Bicking, The Open Planning Project, The virtualenv developers'

# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.
#
# The short X.Y version.

release = "1.7"
release = "1.7.1"
version = ".".join(release.split(".")[:2])

# There are two options for replacing |today|: either, you set today to some
Expand Down
4 changes: 2 additions & 2 deletions docs/news.txt
@@ -1,8 +1,8 @@
Changes & News
--------------

In development
~~~~~~~~~~~~~~
1.7.1 (2012-02-16)
~~~~~~~~~~~~~~~~~~

* Update embedded pip to version 1.1.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@
setup(name='virtualenv',
# If you change the version here, change it in virtualenv.py and
# docs/conf.py as well
version="1.7",
version="1.7.1",
description="Virtual Python Environment builder",
long_description=long_description,
classifiers=[
Expand Down

0 comments on commit 9b70199

Please sign in to comment.