Skip to content

Commit

Permalink
Merge branch 'master' of github.com:opendatateam/udata
Browse files Browse the repository at this point in the history
  • Loading branch information
quaxsze committed Mar 22, 2021
2 parents e100567 + 0a7a79d commit d67257a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- "Edit" action has been renamed to "Edit the dataset/reuse/organization/profile" according to the current object to edit.
- Add `nofollow` attribute to links in discussions comments [#2593](https://github.com/opendatateam/udata/pull/2593)
- Add pip upgrade in circle's publish step [2596](https://github.com/opendatateam/udata/pull/2596)
- Pin Twine's version [2597](https://github.com/opendatateam/udata/pull/2597)

## 2.6.1 (2021-01-26)

Expand Down
3 changes: 2 additions & 1 deletion requirements/circleci.pip
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-r test.pip
invoke==1.3.0
wheel
twine
# Pinned Twine's version. The newest one pulls a version of the cryptography pkg that's make the CircleCi build fail.
twine==3.3.0
3 changes: 2 additions & 1 deletion requirements/develop.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ invoke==1.3.0
-r report.pip
Flask-DebugToolbar==0.10.1
wheel
twine
# Pinned Twine's version. The newest one pulls a version of the cryptography pkg that's make the CircleCi build fail.
twine==3.3.0

0 comments on commit d67257a

Please sign in to comment.