Skip to content

Commit

Permalink
REL: 0.4.11
Browse files Browse the repository at this point in the history
--HG--
branch : 0.4
  • Loading branch information
Michael McNeil Forbes committed Mar 15, 2023
1 parent 26e7b38 commit df1e3e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changes
=======
## 0.4.11
- Fix bug with warning on CoCalc.

## 0.4.10
- Add warning on CoCalc if users have not set `LC_HG_USERNAME`, or `LC_GIT_USERNAME`.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def read(*names, **kwargs):

setup(
name=NAME,
version="0.5.0.dev0",
version="0.4.11",
packages=find_packages("src"),
package_dir={"": "src"},
py_modules=[splitext(basename(_path))[0] for _path in glob("src/*.py")],
Expand Down

0 comments on commit df1e3e2

Please sign in to comment.