Skip to content

Commit

Permalink
release: 0.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Šimko <[email protected]>
  • Loading branch information
tiborsimko committed Sep 8, 2020
1 parent 9bae6e5 commit 98efbe3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

Version 0.1.0 (2020-MM-DD)
Version 0.0.1 (2020-09-09)
--------------------------

- Initial public release.
4 changes: 2 additions & 2 deletions cernopendata_client/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- 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.
Expand All @@ -13,4 +13,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.0.1.dev20190814"
__version__ = "0.0.1"

0 comments on commit 98efbe3

Please sign in to comment.