Transcrypt icon indicating copy to clipboard operation
Transcrypt copied to clipboard

Where is the 3.9.0 'Berlin' release?

Open shawnmasters opened this issue 4 years ago • 5 comments

All of the release information I am tracking is the previous London release and it is not clear if the leading checkout of main is this new version mentioned on the website.

shawnmasters avatar Jul 12 '21 13:07 shawnmasters

That is from 2018 but the project moved on...

Mte90 avatar Dec 01 '21 14:12 Mte90

Moved on to where? I see discussion outside of github, but github is stuck in 2018 from a release perspective. Is there another repo?

shawnmasters avatar Dec 01 '21 14:12 shawnmasters

I mean the project moved on because there are commits since 2018 the last one is from june. They just didn't released a new version, so probably the unique way is to use pip with the github repository and not using packages.

Mte90 avatar Dec 01 '21 14:12 Mte90

If you pip install transcrypt you will get 3.9.0 which btw requires Python 3.9 to work properly (it's tied to the Python AST)

To get the previous version for Python 3.7 use pip install transcrypt==3.7.16

JennaSys avatar Dec 01 '21 17:12 JennaSys

Ah ok so they did a release but not on github.

Mte90 avatar Dec 01 '21 18:12 Mte90

PyPI and GitHub releases are now in sync.

JennaSys avatar Apr 23 '23 08:04 JennaSys