Skip to content

Commit

Permalink
Merge pull request #7 from Othoz/release-on-conda
Browse files Browse the repository at this point in the history
Release on conda
  • Loading branch information
birnbaum committed Nov 20, 2018
2 parents 8dcb101 + 39227b7 commit 2d1d519
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ Possible types of changes are:
Unreleased
----------


0.3.0 - 20.11.2018
------------------

Added
'''''
- This is the first release available on `conda-forge <https://conda-forge.org/>`__

Removed
'''''''
- ``delimiter`` property from ``GCSFS`` as it was not fully functional and we currently do not have any use case for it
Expand All @@ -41,7 +49,7 @@ Changed
Removed
'''''''
- ``project`` and ``credentials`` properties from ``GCSFS``. Instead, one can now optionally pass a ``client`` of type
`google.cloud.storage.Client <https://googleapis.github.io/google-cloud-python/latest/storage/client.html#module-google.cloud.storage.client>`_.
`google.cloud.storage.Client <https://googleapis.github.io/google-cloud-python/latest/storage/client.html#module-google.cloud.storage.client>`__.

0.1.6 - 30.10.2018
------------------
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include LICENSE
include CHANGELOG.rst
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ Install the latest GCSFS version by running::

$ pip install fs-gcsfs

A conda-forge release is planned for the near future!
Or in case you are using conda::

$ conda install -c conda-forge fs-gcsfs


Examples
Expand Down
2 changes: 1 addition & 1 deletion fs_gcsfs/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.3.0"

0 comments on commit 2d1d519

Please sign in to comment.