We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bae6e5 commit 98efbe3Copy full SHA for 98efbe3
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changes
2
=======
3
4
-Version 0.1.0 (2020-MM-DD)
+Version 0.0.1 (2020-09-09)
5
--------------------------
6
7
- Initial public release.
cernopendata_client/version.py
# -*- coding: utf-8 -*-
# This file is part of cernopendata-client.
#
-# Copyright (C) 2019 CERN.
+# Copyright (C) 2019, 2020 CERN.
# cernopendata-client is free software; you can redistribute it and/or modify
# it under the terms of the GPLv3 license; see LICENSE file for more details.
@@ -13,4 +13,4 @@
13
14
from __future__ import absolute_import, print_function
15
16
-__version__ = "0.0.1.dev20190814"
+__version__ = "0.0.1"
0 commit comments