Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed Nov 23, 2023
1 parent 40d3c5a commit c274e5d
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have read the
**[CONTRIBUTING](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-suite/blob/master/CONTRIBUTING.md)**
**[CONTRIBUTING](https://github.com/LUCIT-Systems-and-Development/unicorn_binance_suite/blob/master/CONTRIBUTING.md)**
document.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
dist/*.tar.gz
dist/*.whl
generate_release_notes: true
name: unicorn-binance-suite
name: unicorn_binance_suite
prerelease: false
tag_name: 1.1.0
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
12 changes: 6 additions & 6 deletions dev/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# -- Project information -----------------------------------------------------

project = 'unicorn-binance-suite'
project = 'unicorn_binance_suite'
copyright = '2019-2023, LUCIT Systems and Development. All Rights Reserved.'
author = 'LUCIT Systems and Development'

Expand Down Expand Up @@ -85,7 +85,7 @@

html_theme = 'python_docs_theme_lucit'
html_context = {'github_user_name': 'LUCIT-Systems-and-Development',
'github_repo_name': 'unicorn-binance-suite',
'github_repo_name': 'unicorn_binance_suite',
'project_name': project,
'matomo_url': "https://webmon.lucit.services/matomo.php?idsite=5&rec=1",
'freshchat_src': "//eu.fw-cdn.com/10659511/361973.js",
Expand Down Expand Up @@ -144,7 +144,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'unicorn-binance-suite.tex', 'unicorn-binance-suite Documentation',
(master_doc, 'unicorn_binance_suite.tex', 'unicorn_binance_suite Documentation',
'LUCIT Systems and Development', 'manual'),
]

Expand All @@ -154,7 +154,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'unicorn-binance-suite', 'unicorn-binance-suite Documentation',
(master_doc, 'unicorn_binance_suite', 'unicorn_binance_suite Documentation',
[author], 1)
]

Expand All @@ -165,8 +165,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'unicorn-binance-suite', 'unicorn-binance-suite Documentation',
author, 'unicorn-binance-suite', 'One line description of project.',
(master_doc, 'unicorn_binance_suite', 'unicorn_binance_suite Documentation',
author, 'unicorn_binance_suite', 'One line description of project.',
'Miscellaneous'),
]

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: unicorn-binance-suite
name: unicorn_binance_suite

channels:
- lucit
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
long_description = fh.read()

setup(
name='unicorn-binance-suite',
name='unicorn_binance_suite',
version='1.1.0',
author="LUCIT Systems and Development",
author_email='[email protected]',
Expand Down
38 changes: 19 additions & 19 deletions unicorn-binance-suite/main.py → unicorn_binance_suite/main.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# File: unicorn_binance_suite/main.py
#
# Part of ‘UNICORN Binance Suite’
# Project website: https://www.lucit.tech/unicorn-binance-suite.html
# Github: https://github.com/LUCIT-Systems-and-Development/unicorn-binance-suite
# Documentation: https://unicorn-binance-suite.docs.lucit.tech
# PyPI: https://pypi.org/project/unicorn-binance-suite
# LUCIT Online Shop: https://shop.lucit.services/software
#
# License: LSOSL - LUCIT Synergetic Open Source License
# https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE
#
# Author: LUCIT Systems and Development
#
# Copyright (c) 2019-2023, LUCIT Systems and Development (https://www.lucit.tech)
# All rights reserved.
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# File: unicorn_binance_suite/main.py
#
# Part of ‘UNICORN Binance Suite’
# Project website: https://www.lucit.tech/unicorn-binance-suite.html
# Github: https://github.com/LUCIT-Systems-and-Development/unicorn-binance-suite
# Documentation: https://unicorn-binance-suite.docs.lucit.tech
# PyPI: https://pypi.org/project/unicorn-binance-suite
# LUCIT Online Shop: https://shop.lucit.services/software
#
# License: LSOSL - LUCIT Synergetic Open Source License
# https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE
#
# Author: LUCIT Systems and Development
#
# Copyright (c) 2019-2023, LUCIT Systems and Development (https://www.lucit.tech)
# All rights reserved.

0 comments on commit c274e5d

Please sign in to comment.