Mara-Li / mkdocs-ezlinked-plugin

Plugin for mkdocs which enables easier linking between pages
MIT License
6 stars 4 forks source link

Version on pypi is still 0.3.3 #7

Open sosiristseng opened 6 months ago

sosiristseng commented 6 months ago

The Pypi website (https://pypi.org/project/mkdocs-ezlinked-plugin/) shows version 0.3.3 (without #1 fixed), but this repository shows 0.3.4 (with #1 fixed). Is it related to https://github.com/Lisandra-dev/mkdocs-ezlinked-plugin/blob/d56ee44e9bfac99f10cbec9552a1a42778bfd29a/setup.py#L6, which is still on 0.3.3?

mcallaway commented 1 month ago

Direct installing v0.3.4 results in 0.3.3 being installed:

$ poetry add https://github.com/Mara-Li/mkdocs-ezlinked-plugin/archive/refs/tags/v0.3.4.tar.gz

Updating dependencies
Resolving dependencies... (5.3s)

Package operations: 2 installs, 0 updates, 0 removals

  - Installing pygtrie (2.5.0)
  - Installing mkdocs-ezlinked-plugin (0.3.3 https://github.com/Mara-Li/mkdocs-ezlinked-plugin/archive/refs/tags/v0.3.4.tar.gz)

Writing lock file

$ poetry show mkdocs-ezlinked-plugin
 name         : mkdocs-ezlinked-plugin                                      
 version      : 0.3.3                                                       
 description  : A mkdocs plugin that makes linking to other documents easy. 

dependencies
 - mkdocs *
 - pygtrie ==2.*