Skip to content

Commit 98efbe3

Browse files
committed
release: 0.0.1
Signed-off-by: Tibor Šimko <tibor.simko@cern.ch>
1 parent 9bae6e5 commit 98efbe3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes
22
=======
33

4-
Version 0.1.0 (2020-MM-DD)
4+
Version 0.0.1 (2020-09-09)
55
--------------------------
66

77
- Initial public release.

cernopendata_client/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
# This file is part of cernopendata-client.
33
#
4-
# Copyright (C) 2019 CERN.
4+
# Copyright (C) 2019, 2020 CERN.
55
#
66
# cernopendata-client is free software; you can redistribute it and/or modify
77
# it under the terms of the GPLv3 license; see LICENSE file for more details.
@@ -13,4 +13,4 @@
1313

1414
from __future__ import absolute_import, print_function
1515

16-
__version__ = "0.0.1.dev20190814"
16+
__version__ = "0.0.1"

0 commit comments

Comments
 (0)