Skip to content

Commit 2bac420

Browse files
authored
Merge pull request #306 from brainwane/new-release
Update changelog and bump version for new release
2 parents 88341f7 + 3b29633 commit 2bac420

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
releases_issue_uri = "https://github.com/pypa/twine/issues/%s"
4444
releases_release_uri = "https://github.com/pypa/twine/tree/%s"
4545

46+
releases_debug = False # Change to True to see debug output
47+
4648
# Add any paths that contain templates here, relative to this directory.
4749
templates_path = ["_templates"]
4850

@@ -57,7 +59,7 @@
5759

5860
# General information about the project.
5961
project = "twine"
60-
copyright = "2013, Donald Stufft and individual contributors"
62+
copyright = "2018, Donald Stufft and individual contributors"
6163

6264
# The version info for the project you're documenting, acts as replacement for
6365
# |version| and |release|, also used in various other places throughout the

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2013 Donald Stufft
1+
# Copyright 2018 Donald Stufft and individual contributors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

twine/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2013 Donald Stufft
1+
# Copyright 2018 Donald Stufft and individual contributors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -19,13 +19,13 @@
1919
)
2020

2121
__title__ = "twine"
22-
__summary__ = "Collection of utilities for interacting with PyPI"
23-
__uri__ = "https://github.com/pypa/twine"
22+
__summary__ = "Collection of utilities for publishing packages on PyPI"
23+
__uri__ = "http://twine.readthedocs.io/"
2424

25-
__version__ = "1.9.1"
25+
__version__ = "1.10.0rc1"
2626

2727
__author__ = "Donald Stufft and individual contributors"
2828
__email__ = "donald@stufft.io"
2929

3030
__license__ = "Apache License, Version 2.0"
31-
__copyright__ = "Copyright 2013 Donald Stufft"
31+
__copyright__ = "Copyright 2018 Donald Stufft and individual contributors"

0 commit comments

Comments
 (0)