[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request hummingbot#4188 from CoinAlpha/hotfix/version_0.43.1
Browse files Browse the repository at this point in the history
hotfix / version 0.43.1
  • Loading branch information
dennisocana committed Sep 15, 2021
2 parents 947c581 + e202e5e commit 9bf8e0c
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 8 deletions.
5 changes: 5 additions & 0 deletions documentation/docs/release-notes/0.43.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Release Notes - Version 0.43.1

This release is a hotfix to version [0.43.0](/release-notes/0.43.0).

Fixed dependencies issues resulting to errors when installing Hummingbot from source on different operating systems as described in GitHub issue [#4173](https://github.com/CoinAlpha/hummingbot/issues/4173).
2 changes: 1 addition & 1 deletion documentation/docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

We generally release a new version of Hummingbot every 4 weeks, along with periodic intermittent releases.

The latest stable release is **[0.43.0](/release-notes/0.43.0)**, released on September 3, 2021.
The latest stable release is **[0.43.1](/release-notes/0.43.1)**, released on September 15, 2021.
1 change: 1 addition & 0 deletions documentation/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ nav:
- Configuration: developers/config.md
- Release Notes:
- About Releases: release-notes/index.md
- 0.43.1: release-notes/0.43.1.md
- 0.43.0: release-notes/0.43.0.md
- 0.42.0: release-notes/0.42.0.md
- 0.41.0: release-notes/0.41.0.md
Expand Down
2 changes: 1 addition & 1 deletion hummingbot/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.43.0
0.43.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def build_extensions(self):

def main():
cpu_count = os.cpu_count() or 8
version = "20210811"
version = "20210915"
packages = [
"hummingbot",
"hummingbot.client",
Expand Down
2 changes: 1 addition & 1 deletion setup/environment-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ dependencies:
- zope-interface==4.7.1
- markdown==3.0.1
- mkdocs==1.0.4
- mkdocs-material==4.6
- mkdocs-material==4.3.1
- pymdown-extensions==6.2
- python-markdown-math==0.6
- git+https://github.com/CoinAlpha/python-signalr-client.git
Expand Down
6 changes: 3 additions & 3 deletions setup/environment-win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies:
- 0x-order-utils==4.0.0
- aioconsole==0.1.15
- aiohttp==3.6.2
- aiokafka==0.5.2
- aiokafka==0.7.1
- altgraph==0.17
- appdirs==1.4.3
- asn1crypto==1.3.0
Expand Down Expand Up @@ -115,7 +115,7 @@ dependencies:
- jinja2==3.0.1
- jinja2-pluralize==0.3.0
- jsonschema==3.2.0
- kafka-python==1.4.6
- kafka-python==2.0.0
- lru-dict==1.1.6
- markupsafe==2.0.1
- mccabe==0.6.1
Expand Down Expand Up @@ -190,5 +190,5 @@ dependencies:
- pymdown-extensions==6.2
- python-markdown-math==0.6
- git+https://github.com/CoinAlpha/python-signalr-client.git
- https://hummingbot-python.s3.us-west-2.amazonaws.com/hummingsim-20210607-cp38-cp38-win_amd64.whl
- https://hummingbot-python.s3.us-west-2.amazonaws.com/hummingsim-20210816-cp38-cp38-win_amd64.whl
prefix: C:\Users\marti\Anaconda3\envs\hummingbot
2 changes: 1 addition & 1 deletion setup/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ dependencies:
- zope-interface==4.7.1
- markdown==3.0.1
- mkdocs==1.0.4
- mkdocs-material==4.6
- mkdocs-material==4.3.1
- pymdown-extensions==6.2
- python-markdown-math==0.6
- git+https://github.com/CoinAlpha/python-signalr-client.git
Expand Down

0 comments on commit 9bf8e0c

Please sign in to comment.