Skip to content

Commit

Permalink
v0.1.0 — Initial release
Browse files Browse the repository at this point in the history
- The env write file now activates the base conda environment after sourcing `conda.sh` (#6)
- The command-line entry point has been renamed from `datalad_installer` to `datalad-installer` (#13)
- Fix autogeneration of Miniconda paths (#14)
  • Loading branch information
jwodder committed Feb 3, 2021
1 parent df0dde3 commit 877d085
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# v0.1.0 (2021-02-03)

* The env write file now activates the base conda environment after sourcing `conda.sh` (#6)
* The command-line entry point has been renamed from `datalad_installer` to `datalad-installer` (#13)
* Fix autogeneration of Miniconda paths (#14)

# v0.1.0a1 (2021-01-11)

Initial alpha release
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 The DataLad Team and Contributors
Copyright (c) 2020-2021 The DataLad Team and Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
`GitHub <https://github.com/datalad/datalad-installer>`_
| `PyPI <https://pypi.org/project/datalad-installer/>`_
| `Issues <https://github.com/datalad/datalad-installer/issues>`_
| `Changelog <https://github.com/jwodder/datalad-installer/blob/master/CHANGELOG.md>`_
``datalad-installer`` is a script for installing Datalad_, git-annex_, and
related components all in a single invocation. It requires no third-party
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ keywords =
neurodebian

classifiers =
Development Status :: 3 - Alpha
#Development Status :: 4 - Beta
Development Status :: 4 - Beta
#Development Status :: 5 - Production/Stable
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Expand Down
2 changes: 1 addition & 1 deletion src/datalad_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Visit <https://github.com/datalad/datalad-installer> for more information.
"""

__version__ = "0.1.0a1"
__version__ = "0.1.0"
__author__ = "The DataLad Team and Contributors"
__author_email__ = "[email protected]"
__license__ = "MIT"
Expand Down

0 comments on commit 877d085

Please sign in to comment.