Skip to content

Commit f5c72ae

Browse files
Merge pull request #79 from CartoDB/1_2_2_release
1.2.2 release
2 parents 0673bf4 + 15f0a98 commit f5c72ae

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ Contributions are totally welcome. However, contributors must sign a Contributor
44

55
## Release process
66

7-
1. You must be maintainer at [carto pypi repo](https://pypi.python.org/pypi/carto/).
8-
2. Prepare a `~/.pypirc` file:
7+
1. Update version number and information at `setup.py`, `conf.py` and `NEWS.md`.
8+
2. You must be maintainer at [carto pypi repo](https://pypi.python.org/pypi/carto/).
9+
3. Prepare a `~/.pypirc` file:
910

1011
```
1112
[distutils]
@@ -22,7 +23,7 @@ username=your_username
2223
password=your_password
2324
```
2425

25-
3. Upload the package to the test repository: `python setup.py sdist upload -r pypitest`.
26-
4. Install it in a new environment: `pip install --index-url=https://test.pypi.org/simple --extra-index-url=https://pypi.org/simple carto`.
27-
5. Test it.
28-
6. Release it: `python setup.py sdist upload -r pypi`.
26+
4. Upload the package to the test repository: `python setup.py sdist upload -r pypitest`.
27+
5. Install it in a new environment: `pip install --index-url=https://test.pypi.org/simple --extra-index-url=https://pypi.org/simple carto`.
28+
6. Test it.
29+
7. Release it: `python setup.py sdist upload -r pypi`.

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = u'1.2.1'
58+
version = u'1.2.2'
5959
# The full version, including alpha/beta/rc tags.
60-
release = u'1.2.1'
60+
release = u'1.2.2'
6161

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
author="Daniel Carrión",
1818
author_email="[email protected]",
1919
description="SDK around CARTO's APIs",
20-
version="1.2.1",
20+
version="1.2.2",
2121
url="https://github.com/CartoDB/carto-python",
2222
install_requires=required,
2323
packages=["carto"])

0 commit comments

Comments
 (0)