systemd / pystemd

A thin Cython-based wrapper on top of libsystemd, focused on exposing the dbus API via sd-bus in an automated and easy to consume way.
GNU Lesser General Public License v2.1
411 stars 36 forks source link

Release tags missing in github repo #2

Closed floppym closed 6 years ago

floppym commented 6 years ago

I assume you are using git tags to track releases. Could you please push them to the github repo?

aleivag commented 6 years ago

created release tag. each release is made when we modify the pystemd/__version__.py file, so we will create release tag when that happens, thanks for pointing this out!