8000 Merge branch 'temp-merging' into development · nchelaru/document-api-python@cd7e5d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit cd7e5d4

Browse files
authored
Merge branch 'temp-merging' into development
2 parents 4ba6c55 + 6177826 commit cd7e5d4

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ python:
77
- "3.7"
88
- "3.8"
99
- "3.9"
10-
- "pypy"
10+
- "pypy3" # pypy = python 2
1111
# command to install dependencies
1212
install:
1313
- "pip install -e ."

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 09 (December 2021)
2+
* Pypi upgraded to Python3
3+
4+
## 08 (October 2021)
5+
* See dashboards in a workbook
6+
* Add shapes property
7+
* Add custom sql
8+
* Drop python 2, add up through 3.9
9+
10+
11+
## 08 (October 2021)
12+
* See dashboards in a workbook
13+
* Add shapes property
14+
* Add custom sql
15+
* Drop python 2, add up through 3.9
16+
117

218
## 08 (October 2021)
319
* See dashboards in a workbook

docs/docs/contributing.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,12 @@ For all other things, please submit a PR that includes the fix, documentation, o
5656
If the feature is complex or has multiple solutions that could be equally appropriate approaches, it would be helpful to file an issue to discuss the
5757
design trade-offs of each solution before implementing, to allow us to collectively arrive at the best solution, which most likely exists in the middle
5858
somewhere.
59+
60+
61+
## Release process
62+
63+
We expect that everything merged into the development branch is ready to release on master. Releases can be made at any time - ideally it would be on a regular cadence but currently it is basically on request.
64+
- bump the version in setup.py
65+
- update the changelog: all commits to development should contain a meaningful message, the changelog can be built from these
66+
- merge to master.
67+
This kicks off an automated release in github and then publish to pypi.

setup.py

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

33
setup(
44
name='tableaudocumentapi',
5-
version='0.8',
5+
version='0.9',
66
author='Tableau',
77
author_email='github@tableau.com',
88
url='https://github.com/tableau/document-api-python',

0 commit comments

Comments
 (0)
0