Skip to content

Commit

Permalink
release: Added v0.56.3-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Apr 14, 2023
1 parent 42de1c4 commit 9124ac3
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: Naruno ${{ github.ref }}
body_path: docs/release-notes/release-notes-0.56.2-alpha.md
body_path: docs/release-notes/release-notes-0.56.3-alpha.md
draft: false
prerelease: true
6 changes: 3 additions & 3 deletions buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package.name = naruno
package.domain = org.naruno
source.dir = naruno/
source.include_exts = py,png,jpg,kv,atlas
version = 0.56.2
version = 0.56.3
orientation = landscape
fullscreen = 0
android.permissions = INTERNET
Expand All @@ -18,13 +18,13 @@ android.api = 27
title = Naruno-API
package.name = naruno_api
source.dir = naruno/api/buildozer/
requirements = naruno==0.56.2, Kivy==2.1.0, waitress==2.1.2, werkzeug==2.2.3, flask==2.0.0, flask_cors==3.0.10
requirements = naruno==0.56.3, Kivy==2.1.0, waitress==2.1.2, werkzeug==2.2.3, flask==2.0.0, flask_cors==3.0.10

[app@gui]
title = Naruno-GUI
package.name = naruno_gui
source.dir = naruno/gui/
requirements = naruno==0.56.2, Kivy==2.1.0, kivymd==0.104.2, qrcode==7.3.1, kivymd_extensions.sweetalert==0.1.5, plyer==2.1.0, pillow==9.1.1
requirements = naruno==0.56.3, Kivy==2.1.0, kivymd==0.104.2, qrcode==7.3.1, kivymd_extensions.sweetalert==0.1.5, plyer==2.1.0, pillow==9.1.1



Expand Down
39 changes: 39 additions & 0 deletions docs/release-notes/release-notes-0.56.3-alpha.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: 0.56.3-alpha
parent: Release Notes
nav_order: 126
---

# 0.56.3-alpha Release Notes

The latest path of Naruno (v0.56.3-alpha) includes a new fix that resolves an issue with the send function in the network API. The update moves the try except block to the correct location to fix the problem.

Please report bugs using the issue tracker at GitHub:

<https://github.com/Naruno/Naruno/issues>

# Compatibility

There have been no compatibility changes.

# Notable changes

## API
The latest version of Naruno (v0.56.3-alpha) includes a fix for the send function in network uses. This issue was addressed in pull request #1584, where try except was moved to resolve the problem.

# 0.56.3-alpha change log

<!-- Release notes generated using configuration in .github/release.yml at master -->

## What's Changed
### API
* api: Fixed send api in network uses with moving try except by @onuratakan in https://github.com/Naruno/Naruno/pull/1584


**Full Changelog**: https://github.com/Naruno/Naruno/compare/v0.56.2-alpha...v0.56.3-alpha

# Credits

Thanks to everyone who directly contributed to this release:

- Onur Atakan ULUSOY
4 changes: 2 additions & 2 deletions recipes/src/python-for-android/recipes/naruno/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@


class NarunoRecipe(PythonRecipe):
version = "0.56.2"
url = "https://files.pythonhosted.org/packages/b5/2d/6255510a4881ed28b0da6b035f1823fbe14488bc2857a6c4bce8d0bf2dde/naruno-0.56.2.tar.gz"
version = "0.56.3"
url = "https://files.pythonhosted.org/packages/b5/2d/6255510a4881ed28b0da6b035f1823fbe14488bc2857a6c4bce8d0bf2dde/naruno-0.56.3.tar.gz"

# call_hostpython_via_targetpython = True
"""If True, tries to install the module using the hostpython binary
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
author_email="onur.atakan.ulusoy@naruno.org",
packages=["naruno"],
name="naruno",
version="0.56.2",
version="0.56.3",
url="https://github.com/Naruno/Naruno",
description=
"Naruno is a lightning-fast, secure, and scalable blockchain that is able to create transaction proofs and verification via raw data and timestamp. We remove the archive nodes and lazy web3 integrations. With Naruno everyone can get the proof (5-10MB) of their transactions via their nodes and after everyone can use in another node for verification the raw data and timestamp. Also you can integrate your web3 applications with 4 code lines (just python for now) via our remote app system.",
Expand Down
2 changes: 1 addition & 1 deletion setups/api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="naruno_api",
version="0.56.2",
version="0.56.3",
description="""This is API mode installer for Naruno""",
url="https://docs.naruno.org/",
author="Naruno Developers",
Expand Down
2 changes: 1 addition & 1 deletion setups/gui/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="naruno_gui",
version="0.56.2",
version="0.56.3",
description="""This is GUI mode installer for Naruno""",
url="https://docs.naruno.org/",
author="Naruno Developers",
Expand Down
4 changes: 2 additions & 2 deletions setups/remote_app/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

setup(
name="naruno_remote_app",
version="0.56.2",
version="0.56.3",
description="""This is a tool for apps on Naruno""",
url="https://docs.naruno.org/",
author="Naruno Developers",
author_email="onur.atakan.ulusoy@naruno.org",
license="MPL-2.0",
install_requires="""
requests==2.28.2
naruno_api==0.56.2
naruno_api==0.56.3
""",
python_requires=">=3.8",
zip_safe=False,
Expand Down
4 changes: 2 additions & 2 deletions setups/tests/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="naruno_tests",
version="0.56.2",
version="0.56.3",
description="""This is a tool for tests on Naruno""",
url="https://docs.naruno.org/",
author="Naruno Developers",
Expand All @@ -18,7 +18,7 @@
requests==2.28.2
pytest==7.1.2
speed_calculator==0.4.1
naruno_api==0.56.2
naruno_api==0.56.3
""",
python_requires=">=3.8",
zip_safe=False,
Expand Down

0 comments on commit 9124ac3

Please sign in to comment.