Skip to content

Commit f3c2a48

Browse files
committed
gitflow-release-stash: v1.0.3
1 parent 8d2b50e commit f3c2a48

6 files changed

Lines changed: 35 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog
22
=========
33

4+
v1.0.3 (2021-07-01)
5+
-------------------
6+
7+
* Added missing volumes documentation
8+
9+
v1.0.2 (2021-06-16)
10+
-------------------
11+
12+
* Added examples to documentation
13+
14+
v1.0.1 (2021-06-16)
15+
-------------------
16+
17+
* Update version
18+
419
v1.0.0 (2021-06-16)
520
-------------------
621

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ datacrunch = DataCrunchClient(CLIENT_ID, CLIENT_SECRET, base_url='http://localho
145145

146146
### Generating the documentation
147147

148+
If added a new service, create a documentation template under api/services for that service.
149+
148150
```bash
149151
cd docs
150152
make html

datacrunch/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '0.1.1'
1+
VERSION = '1.0.3'
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Volume Types
2+
============
3+
4+
.. autoclass:: datacrunch.volume_types.volume_types.VolumeTypesService
5+
:members:
6+
7+
.. autoclass:: datacrunch.volume_types.volume_types.VolumeType
8+
:members:
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Volumes
2+
=======
3+
4+
.. autoclass:: datacrunch.volumes.volumes.VolumesService
5+
:members:
6+
7+
.. autoclass:: datacrunch.volumes.volumes.Volume
8+
:members:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
'Programming Language :: Python :: 3.7',
3232
'Programming Language :: Python :: 3.8',
3333
'Programming Language :: Python :: 3.9',
34-
"Development Status :: 4 - Beta",
34+
"Development Status :: 5 - Production/Stable",
3535
"Intended Audience :: Developers",
3636
"License :: OSI Approved :: MIT License",
3737
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)